nav .navbar .links li:first-child a {
    color: #062947d4;
}

nav .navbar .links li:nth-child(3) a {
    color: #c9b043;
}



.sec1a {
    max-width: 1800px;
    margin: auto;
    height: 400px;
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(3, 20, 36, 0.671)), url(../images/Our\ Services.avif);
    background-position: center;
    background-size: cover;
    text-align: left;
    color: white;
    font-size: 40px;
    /* margin-top: -120px; */
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    overflow: hidden;
}


.sec1a h1 {
    width: 100%;
    font-size: 40px;
    color: #c9b043;
    font-weight: 800;
    margin-top: 200px;
    margin-left: 20%;
    text-transform: uppercase;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;

}

.sec1a .tx {
    width: 45%;
}

.sec1a .tx ul {
    width: 100%;
    display: flex;
    margin-left: 20%;
}

.sec1a .tx ul li {
    text-decoration: none;
    color: rgb(255, 255, 255);
    font-size: 20px;
    list-style: none;
    width: fit-content;
    margin: 0 5px;
}

.sec1a .tx ul li span {
    margin-left: 5px;
}

.sec1a .tx ul a:hover {
    text-decoration: none;
}

.sec1a .tx ul .li2 li {
    color: #c9b043;
}

.sec1a img {
    width: 54%;
    border-radius: 0 0 30% 80%;
    height: 550px;
    margin-right: -100px;
    margin-top: -30px;
}



.sec13 {
    padding-bottom: 50px;
}

.sec13 .sec13-container {
    flex-wrap: wrap;
}
.sec13 .sec13-container .box{
    margin-bottom: 20px;
}



@media screen and (max-width: 900px) {

    .sec1a {
        height: 200px;
        background-size: cover;

    }

    .sec1a .tx {
        width: 100%;
        margin-left: -50px;
    }

    .sec1a h1 {
        font-size: 25px;
        margin-top: 100px;
        /* margin-left: 0%; */
    }


    .sec1a .tx ul li {
        font-size: 15px;
    }

    .sec1a .png {
        margin-top: 200px;
        width: 80px;
        top: 0;
    }

    .sec1a img {
        width: 120%;
        height: 350px;
        margin-top: -60px;
        margin-right: -200px;

    }

    .more-sec {
        margin-top: -0px;
    }

    .more-sec p {
        font-size: 14px;
    }

    .gallery img {
        width: 100%;
        margin-top: 20px;
        margin: 15px;
    }



}